Conversation
…inks to docs WIP refining
match UI change to 'contribute'
hlapp
left a comment
There was a problem hiding this comment.
@egrace479 looks pretty good. See two edits for clarification (though I'm not 100% sure these are right).
The PR is marked as draft and it looks like there may still be some placeholders (in the form of ...s), so making this a comment. If instead you meant it to be ready for merging, remove the draft status and re-assign me.
|
I'm also wondering how much of the |
I opened the draft PR so you could see what I had so far (since you had this issue in mind). I hadn't removed all the old content yet, instead moving most of it further down the page in case I wanted to pull more for the main content. This is also why (as noted in your first comment) there are placeholders. I will re-read tomorrow, but am happy for any feedback. My current plan: I think lines 89-114 ( |
|
This sounds good to me. The other remaining point I noticed when reviewing this is that it only talks about dataset repos on HF. But the guidance (or at least most of it?) applies just as much to model repos. Presumably we don't want to have near-duplicates of this for dataset and model repo guidance. Would the idea be to create a separate model repo guidance that by and large refers to this page asking the reader to replace the concept of "dataset" with "model"? Or would it be better to have a single page that in the (hopefully very few) places where it matters distinguishes between dataset repo and model repo type? (One pending project candidate that needs this guidance in fact needs it for a model repo.) |
It could probably be refactored to a general HF upload guide, especially since I already referenced a model vs dataset vs space distinction. I think models are generally more standardized, so it should be simple enough to mostly point to the docs. The key points to note there are about different checkpoints getting their own repositories and then generating a collection. |
Co-authored-by: Hilmar Lapp <hlapp@drycafe.net>
|
The checkpoints sound a little less straightforward, so maybe best to defer refactoring to a subsequent PR and get the CLI guidance online now, even if in phrasing only for datasets? |
Co-authored-by: Hilmar Lapp <hlapp@drycafe.net>
Pull from Collab Guide [PR 65](Imageomics/Collaborative-distributed-science-guide#65) * Initial re-organization of page, includes integrity checks and more links to docs WIP refining * Add in links, fix typos * Additional notes in sections, refs out * Add updated screenshot with arrow match UI change to 'contribute' * Remove extra outdated content, update URLs for new versions, run linting * Clarify UI upload cases Co-authored-by: Hilmar Lapp <hlapp@drycafe.net> * Clarify CLI upload use case Co-authored-by: Hilmar Lapp <hlapp@drycafe.net> * Add pointer for considerations with large folder uploads --------- Co-authored-by: Hilmar Lapp <hlapp@drycafe.net>
Revises the Hugging Face dataset upload guide to better reflect the preferred methods.
Still ToDo:
Closes #44